home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / lu62 / include / detach.h < prev    next >
C/C++ Source or Header  |  1996-07-10  |  182b  |  12 lines

  1. struct detach {
  2. /*
  3.  * This structure describes the DETACH_LU verb
  4.  */
  5. char rsrv1[12];
  6. unsigned int verb_cd;
  7. char rsrv2[6];
  8. unsigned long rc;
  9. char lu_id[8];
  10. char rsrv3;
  11. };
  12.